/*基础CSS*/
body{
    font-size: 16px;
    line-height: 1.8;
    background: #f8f8f8;
    color: #2b2b2b;
    font-family: "Microsoft YaHei","noto sans";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;     
}
@media (max-width: 992px){
    body{
	    font-size: 14px;
	}
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	color: #d50f10;
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
img {
    width: auto;
    max-width: 100%;
}
.red{
	color:red;
}

/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .95rem;
	margin-left: -1px;
	line-height: 1.25;
	font-size: 14px;
	color: #2b2b2b;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
	font-size: 14px;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #d50f10;
	border-color: #d50f10;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}

/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #d50f10;
	padding: 18px 5px;
	border-radius: 0;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 20px;
}
.online dl:hover {
	background: #bb0001;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}
}
/*底部*/
.footer{    
    background: #1b3a50;
    color: #fff;      
    position: relative;
    padding: 80px 0 40px 0;
}
.footer .fmenu{
   display: flex;
   justify-content:space-between;    
}
.footer .foot-nav ul li,.footer .foot-contact ul li{
    padding: 2px 0px 2px 0px;
    font-size: 14px;
    margin-left: 0px;
}
.footer .foot-nav p.tit,.foot-contact p.tit{
    font-size: 16px;   
    font-weight: 600;  
    line-height: 2;
}
.footer .foot-nav p a,.footer .foot-nav ul li a,.footer .foot-contact ul li a,.footer .foot-nav ul li a:hover,.footer .foot-text a,.footer .foot-text a:hover{
    color: #fff;
}
.footer .foot-er .er-box{
    display: inline-block;
    width: 135px;
    text-align: center;
    padding: 10px;    
    background: #fff;
}
.footer .foot-er .er-box p{
    font-size: 12px;
    color: #2b2b2b;
    padding:5px 0;
}
.footer .foot-text{
    border-top: 1px solid #ffffff1a;  
    margin-top: 30px;
    padding: 30px 0px;
}
.footer .foot-text span{
    display: block;
}

@media(max-width:992px){ 
    .footer .foot-contact {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.footer .foot-er .er-box {    
	    width: 95px;
	    padding: 5px;
	}
    .footer .foot-sign {
        width: 100%;
        border-right: 0px solid #ededed;
    }
    .footer .foot-text {
	    padding: 15px 0px 20px;
	}
    .footer .foot-text span {
	    float: none;
	}
}